body {
  background: white;
}
.container {
  width: 90%;
  margin: 0 auto;
}
.product-wrapper {
  width: 100%;
}
.product-wrapper .bg-w {
  background: white;
}
.product-wrapper .bg-gray {
  background: #dfe6e9;
}
.product-wrapper .home-content {
  padding: 3rem 0;
}
.product-wrapper .home-content .content-title {
  text-align: center;
  margin: 2rem auto;
}
.product-wrapper .home-content .content-title .title {
  color: #666;
  font-weight: bold;
  font-size: 1.5rem;
}
.product-wrapper .home-content .content-title .title .u-line {
  width: 100%;
  padding-bottom: 0.6rem;
}
.product-wrapper .home-content .content-title .subtitle {
  font-size: 1.1rem;
  color: #aaa;
}
.product-wrapper .home-content .content-item {
  margin-bottom: 2rem;
}
.product-wrapper .home-content .content-item .content-box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-wrapper .home-content .content-item .content-box .content-img img {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-wrapper .home-content .content-item .content-box:hover {
  box-shadow: 0px 7px 17px #dedede;
}
.product-wrapper .home-content .content-item .content-box:hover img {
  transform: scale(1.2, 1.2);
}
.product-wrapper .home-content .content-item .content-box .content-info .title {
  font-size: 1rem;
  color: #3C3C3C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.product-wrapper .home-content .content-item .content-box .content-info .subtitle {
  font-size: 0.9rem;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.product-wrapper .home-content .more-info {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.product-wrapper .home-content .more-info a {
  border: 1px solid #ccc;
  padding: 8px 25px;
  color: #ccc;
  text-decoration: none;
}
.product-wrapper .home-content .more-info a:hover {
  background: #079992;
  color: #fff;
}
.aboutus-wrapper {
  width: 100%;
}
.aboutus-wrapper .bg-gray {
  background: #ecf0f1;
}
.aboutus-wrapper .home-content {
  padding: 5rem 0;
}
.aboutus-wrapper .home-content .content-img img {
  width: 100%;
  height: auto;
}
.aboutus-wrapper .home-content .content-item .title {
  margin-bottom: 2rem;
  color: #666;
  font-weight: bold;
  font-size: 1.5rem;
}
.aboutus-wrapper .home-content .content-item .title .u-line {
  width: 100%;
  padding-bottom: 0.6rem;
}
.aboutus-wrapper .home-content .content-item .subtitle {
  font-size: 1rem;
  color: #aaa;
  margin-top: -2rem;
  margin-bottom: 0.5rem;
}
.aboutus-wrapper .home-content .content-item .content-text {
  color: #57606f;
  font-weight: 300;
  font-size: 0.9rem;
  text-indent: 2rem;
  line-height: 1.6rem;
}
.aboutus-wrapper .home-content .content-item .more-info {
  text-align: center;
  margin-top: 3rem;
}
.aboutus-wrapper .home-content .content-item .more-info a {
  border: 1px solid #ccc;
  padding: 8px 30px;
  color: #ccc;
}
.aboutus-wrapper .home-content .content-item .more-info a:hover {
  background: #079992;
  color: white;
}
.partners-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}
.partners-wrapper .bg-w {
  background: white;
}
.partners-wrapper .home-content {
  padding: 5rem 0;
}
.partners-wrapper .home-content .title {
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
  font-weight: bold;
  font-size: 1.5rem;
}
.partners-wrapper .home-content .title .u-line {
  width: 100%;
  padding-bottom: 0.6rem;
}
.partners-wrapper .home-content .subtitle {
  text-align: center;
  font-size: 1rem;
  color: #aaa;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
.partners-wrapper .home-content .content-img {
  width: 160px;
  padding: 0.5rem;
}
.partners-wrapper .home-content .content-img img {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  margin: 1rem auto;
}
.case-wrapper {
  width: 100%;
}
.case-wrapper .content-img {
  width: 100%;
}
.case-wrapper .content-img img {
  width: 100%;
  text-align: center;
}
.case-wrapper .wrapper {
  padding: 10px auto;
  position: relative;
  color: white;
}
.case-wrapper .counter {
  width: 50%;
  display: none;
  padding: 50px 0;
  font-size: 2rem;
  text-align: center;
}
.case-wrapper .counter .count-title {
  font-weight: normal;
}
.case-wrapper .counter .fa {
  font-size: 1rem;
  width: 100%;
}
.case-wrapper .count-text {
  font-weight: normal;
  margin-bottom: 0;
}
.case-wrapper .fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
.news-wrapper .bg-w {
  background: white;
}
.news-wrapper .home-content {
  padding: 5rem 0;
}
.news-wrapper .home-content .title {
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
  font-weight: bold;
  font-size: 1.5rem;
}
.news-wrapper .home-content .title .u-line {
  width: 100%;
  padding-bottom: 0.6rem;
}
.news-wrapper .home-content .title .subtitle {
  font-size: 1rem;
  font-weight: normal;
  color: #aaa;
  margin-top: -0.6rem;
}
.news-wrapper .home-content .content-item .news-list {
  height: 400px;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.news-wrapper .home-content .content-item .news-list .news-class {
  font-size: 1rem;
  color: #57606f;
}
.news-wrapper .home-content .content-item .news-list .news-class .u-line {
  margin: 0.6rem auto;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.news-wrapper .home-content .content-item .news-list a {
  text-decoration: none;
}
.news-wrapper .home-content .content-item .news-list .news-content {
  height: 100px;
  display: block;
  position: relative;
  padding: 20px 0;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-date {
  width: 60px;
  margin: 10px;
  float: left;
  text-align: center;
  color: #888;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-date .year {
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-date .md {
  font-size: 0.9rem;
  display: block;
  margin-top: -2px;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-body {
  margin: 10px;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-body .news-title {
  font-size: 1rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-wrapper .home-content .content-item .news-list .news-content .news-body .news-desc {
  font-size: 0.8rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-wrapper .home-content .content-item .news-list .news-content:hover {
  box-shadow: 0px 3px 6px #dedede;
  cursor: pointer;
}
.news-wrapper .home-content .more-info {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.news-wrapper .home-content .more-info a {
  border: 1px solid #ccc;
  padding: 8px 25px;
  color: #ccc;
  text-decoration: none;
}
.news-wrapper .home-content .more-info a:hover {
  background: #079992;
  color: #fff;
}
.footer-wrapper {
  width: 100%;
  margin-top: 50px;
}
.footer-wrapper .bg-footer {
  background: #2C3A47;
  width: 100%;
}
.footer-wrapper .content {
  padding: 1em;
}
.footer-wrapper .content .company {
  width: 100%;
  text-align: center;
  color: #ecf0f1;
  font-size: 0.8em;
}
.footer-wrapper .content .company a {
  margin-left: 10px;
  display: inline;
  text-decoration: none;
  color: #ecf0f1;
}
.aboutus .about-menu,
.news .about-menu,
.aboutus .news-menu,
.news .news-menu {
  padding: 4rem 0;
}
.aboutus .about-menu .menu-item,
.news .about-menu .menu-item,
.aboutus .news-menu .menu-item,
.news .news-menu .menu-item {
  margin-top: 15px;
  text-align: center;
}
.aboutus .about-menu .menu-item:nth-child(3),
.news .about-menu .menu-item:nth-child(3),
.aboutus .news-menu .menu-item:nth-child(3),
.news .news-menu .menu-item:nth-child(3) {
  border: none;
}
.aboutus .about-menu .menu-item span,
.news .about-menu .menu-item span,
.aboutus .news-menu .menu-item span,
.news .news-menu .menu-item span {
  display: block;
  padding: 10px;
}
.aboutus .about-menu .menu-item span:hover,
.news .about-menu .menu-item span:hover,
.aboutus .news-menu .menu-item span:hover,
.news .news-menu .menu-item span:hover {
  background: #079992;
  color: white;
  cursor: pointer;
}
.aboutus .about-menu .menu-item .active,
.news .about-menu .menu-item .active,
.aboutus .news-menu .menu-item .active,
.news .news-menu .menu-item .active {
  background: #079992;
  color: white;
}
.aboutus .about-menu .page,
.news .about-menu .page,
.aboutus .news-menu .page,
.news .news-menu .page {
  text-align: right;
  font-size: 0.9rem;
  color: #666;
}
.aboutus .about-menu .page a,
.news .about-menu .page a,
.aboutus .news-menu .page a,
.news .news-menu .page a {
  text-decoration: none;
  color: #666;
}
.aboutus .about-menu .u-line,
.news .about-menu .u-line,
.aboutus .news-menu .u-line,
.news .news-menu .u-line {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.aboutus .content,
.news .content {
  width: 100%;
  margin-bottom: 2rem;
}
.aboutus .content .content-img .rongyupic,
.news .content .content-img .rongyupic {
  padding: 10px;
}
.aboutus .content .content-img .rongyupic img,
.news .content .content-img .rongyupic img {
  width: 100%;
  height: 210px;
  object-fit: fill;
}
.aboutus .content .content-img .rongyupic p,
.news .content .content-img .rongyupic p {
  font-size: 0.8rem;
  color: #666;
  text-align: center;
}
.aboutus .content .content-img .pages,
.news .content .content-img .pages {
  margin-top: 6em;
}
.aboutus .content .content-img .pages li,
.news .content .content-img .pages li {
  color: #555;
  cursor: pointer;
}
.aboutus .content .content-img .pages .pageitem,
.news .content .content-img .pages .pageitem {
  margin-right: 3em;
}
.aboutus .content .content-img .pages .pageitem label,
.news .content .content-img .pages .pageitem label {
  display: inline-flex;
  margin-top: 0.5em;
}
.aboutus .content .showpic,
.news .content .showpic {
  width: 100%;
  margin-top: 30px;
}
.aboutus .content .showpic img,
.news .content .showpic img {
  width: 100%;
  object-fit: cover;
}
.product-list {
  margin-top: 8rem;
}
.yingyong-list {
  margin-top: 8rem;
}
.menu-card {
  width: 100%;
  margin-bottom: 50px;
}
.menu-card .list {
  font-size: 0.8em;
  color: #57606f;
  margin-top: 1em;
  margin-left: 2em;
}
.menu-card .list div {
  padding: 0.3em 0;
  color: #57606f;
}
.menu-card .list div span {
  margin-left: 0.5em;
}
.menu-card .card-title {
  font-size: 1.1em;
  color: #079992;
}
.menu-card .card-title .more {
  float: right;
  font-size: 1em;
  color: #079992;
}
.menu-card .card-title .more:hover {
  cursor: pointer;
  text-decoration: none;
}
.menu-card .card-title::before {
  content: '';
  height: 1.2em;
  border-left: #079992 8px solid;
  background: #079992;
  float: left;
  margin-right: 6px;
  margin-top: 3px;
}
.menu-card .card-title::after {
  content: '';
  display: block;
  padding: 4px;
  border-bottom: 1px solid #dbdbdb;
}
.menu-card .menu-list > div {
  padding: 2px 20px;
}
.menu-card .menu-list > div::after {
  content: '';
  display: block;
  padding: 4px;
  border-bottom: 1px solid #f1f2f6;
}
.menu-card .menu-list > div a {
  text-decoration: none;
  color: #57606f;
  margin-left: 10px;
  cursor: pointer;
}
.menu-card .menu-list > div a:hover::after {
  content: '';
  height: 1.8em;
  border-left: #079992 2px solid;
  float: left;
  margin-left: -2px;
}
.menu-card .news-list > div {
  padding: 2px 20px;
  font-size: 0.8em;
  width: 100%;
}
.menu-card .news-list > div a {
  text-decoration: none;
  color: #57606f;
  margin-left: 10px;
  width: 100%;
  height: 1.6em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-card .news-list > div a:hover {
  color: #079992;
}
.product-content,
.yingyong-content {
  width: 100%;
}
.product-content .content-title,
.yingyong-content .content-title {
  font-size: 0.8em;
  color: #57606f;
  padding: 0.6em 0;
  border-bottom: #dbdbdb 1px solid;
}
.product-content .content-title a,
.yingyong-content .content-title a {
  text-decoration: none;
  color: #57606f;
}
.anli {
  margin-top: 8em;
}
.anli-content {
  width: 100%;
}
.anli-content .content-title {
  font-size: 0.8em;
  color: #57606f;
  padding: 0.6em 0;
  border-bottom: #dbdbdb 1px solid;
}
.anli-content .content-title a {
  text-decoration: none;
  color: #57606f;
}
.anli-content .show-content {
  width: 80%;
  height: 240px;
  object-fit: contain;
  margin-top: 2em;
  text-align: center;
}
.anli-content .content {
  padding: 0em 2em;
}
.anli-content .content .showpic {
  width: 100%;
  height: 180px;
  margin-top: 2em;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.anli-content .content .showpic:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
.anli-content .content .img-title {
  margin-top: 0.6em;
  font-size: 0.8em;
  color: #57606f;
  text-align: center;
}
.anli-content .showpages {
  margin-top: 2em;
}
.anli-content .showpages .pages {
  margin-top: 6em;
}
.anli-content .showpages .pages li {
  color: #555;
  cursor: pointer;
}
.anli-content .showpages .pages .pageitem {
  margin-right: 3em;
}
.anli-content .showpages .pages .pageitem label {
  display: inline-flex;
  margin-top: 0.5em;
}
.news-list-page ul li {
  margin: 2rem 0;
}
.news-list-page ul li:hover {
  cursor: pointer;
}
.news-list-page .news-list-content .news-list-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  box-sizing: border-box;
}
.news-list-page .news-list-content .list-title {
  font-weight: bold;
  color: #555;
}
.news-list-page .news-list-content .create-time {
  font-size: 0.8rem;
  color: #57606f;
}
.news-list-page .news-list-content .list-descript {
  width: 100%;
  padding: 10px 0;
}
.news-list-page .news-list-content .list-descript p {
  color: #57606f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 2em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list-page .news-list-content a {
  text-decoration: none;
}
.news-list-page .showpages {
  margin-top: 2em;
}
.news-list-page .showpages ul {
  display: inline-block;
}
.news-list-page .showpages ul li {
  display: inline-block;
  color: #555;
  cursor: pointer;
  height: 40px;
}
.news-list-page .showpages .pageitem {
  margin-right: 3em;
}
.news-list-page .showpages .pageitem label {
  display: inline-flex;
  margin-top: 0.5em;
}
.newscontent {
  margin-top: 2em;
}
.newscontent .u-line {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.newscontent .page {
  font-size: 0.9rem;
  color: #666;
}
.newscontent .page a {
  text-decoration: none;
  color: #666;
}
.newscontent .news-detail {
  margin: 4em 0;
}
.newscontent .news-detail .news-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #57606f;
  margin-bottom: 1em;
}
.newscontent .news-detail .news-createtime {
  text-align: center;
  font-size: 0.9em;
  color: #57606f;
  margin-bottom: 4em;
}
.newscontent .news-others {
  margin-top: 1em;
}
.newscontent .news-others .prev,
.newscontent .news-others .next {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}
.newscontent .news-others .prev a,
.newscontent .news-others .next a {
  text-decoration: none;
  color: #57606f;
}
.contact {
  margin: 6rem 0;
}
.contact .head-title {
  font-size: 1.3em;
  color: #57606f;
}
.contact .u-line {
  content: '';
  display: block;
  margin: 2em 0;
  border-bottom: 1px solid #dbdbdb;
}
.contact .contact-map {
  height: 420px;
  width: 100%;
  border: 1px solid #ccc;
}
.contact .head-office p {
  font-size: 1.2em;
}
.contact .head-office div {
  padding: 0.5em 0;
  font-size: 0.9em;
}
.contact .head-office div > span {
  margin-left: 5px;
}
.contact .head-office .company {
  font-size: 1.2em;
  padding: 1.5em 0;
  color: #079992;
  font-weight: bold;
}
.contact .brance-office {
  margin-bottom: 3em;
}
.contact .brance-office div {
  padding: 0.2em 0;
  font-size: 0.8em;
  color: #57606f;
}
.contact .brance-office div > span {
  margin-left: 8px;
}
.contact .brance-office .company {
  font-size: 1em;
}
.contact-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.contact-map .icon-cir {
  height: 31px;
  width: 28px;
}
.contact-map .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.myinfowindow {
  width: 240px;
  min-height: 50px;
}
.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.amap-marker-label {
  border: 0;
  background-color: transparent;
}
.info {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  min-width: 0;
  width: 200px;
  height: 2em;
  text-align: center;
  padding: 5px;
  background: #fff;
}
@media (min-width: 960px) {
  .slider {
    width: 100%;
    margin-top: 120px;
  }
  .slider img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  banner .banner {
    width: 100%;
    margin-top: 120px;
  }
  banner .banner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }
  header .navbar {
    position: fixed;
    z-index: 999;
    display: flex;
    padding: 2em 0;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: solid 1px rgba(232, 232, 232, 0.3);
    box-shadow: 0 2px 3px rgba(230, 230, 230, 0.3);
    height: 120px;
    width: 100%;
    margin-top: -120px;
    background: #fff;
  }
  header .navbar .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  header .navbar .logo img {
    height: 100%;
  }
  header .navbar .logo .title {
    color: #079992;
    font-weight: bold;
    font-size: 1.6em;
    padding-left: 0.3em;
    text-decoration: none;
  }
  header .navbar .logo + label {
    display: none;
  }
  header .navbar .logo + label + input {
    display: none;
  }
  header .navbar .collapse {
    display: flex;
  }
  header .navbar .collapse .links {
    display: flex;
  }
  header .navbar .collapse .links li {
    margin: 0 10px;
    position: relative;
    display: block;
  }
  header .navbar .collapse .links li.active {
    color: #079992;
  }
  header .navbar .collapse .links li.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #079992;
    position: absolute;
    top: 2rem;
    left: 0;
  }
  header .navbar .collapse .links li a {
    padding: 10px;
    color: #57606f;
    text-decoration: none;
  }
  header .navbar .collapse .links li:after {
    content: '';
    width: 0;
    height: 2px;
    background: #079992;
    position: absolute;
    top: 2rem;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  header .navbar .collapse .links li:hover:after {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .slider {
    width: 100%;
  }
  .slider img {
    width: 100%;
    object-fit: cover;
  }
  banner .banner {
    width: 100%;
  }
  banner .banner img {
    width: 100%;
    object-fit: cover;
  }
  header .navbar {
    display: flex;
    padding: 1rem 0;
    flex-flow: row wrap;
  }
  header .navbar .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
  header .navbar .logo img {
    height: 100%;
  }
  header .navbar .logo .title {
    color: #079992;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
  }
  header .navbar .logo + label {
    display: block;
    border: 1px solid #ccc;
    padding: 0.5rem 0.8rem;
    color: #777;
    cursor: pointer;
  }
  header .navbar .logo + label + input {
    display: none;
  }
  header .navbar .logo + label + input:checked + .collapse {
    display: block;
  }
  header .navbar .collapse {
    display: none;
    flex-flow: column;
    width: 100%;
  }
  header .navbar .collapse .links {
    flex-direction: column;
    margin: 1.5rem;
  }
  header .navbar .collapse .links li {
    margin: 0.8rem 0;
  }
  header .navbar .collapse .links li a {
    color: #57606f;
  }
  .footer-wrapper .content .company {
    position: fixed;
    margin-bottom: 20px;
    left: 0;
    border: none;
  }
}
